This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Judy Opaynds 18.Dec.03 04:45 AM a Web browser Domino DesignerAll ReleasesAll Platforms
I've been doing some testing to make sure that some applications that are running on an R5 server will be okay when they're moved over to ND6.5. According to the Notes 6.5 Designer Help, the following things were obsoleted in or left out of ND6:
FORM/PAGE EVENTS
HelpRequest
PostOpen (supported, but should use onLoad)
QueryClose (supported, but should use onUnload)
QuerySave (supported, but should use onSubmit)
FIELD EVENTS
Entering (supported, but should use onFocus)
Exiting (supported, but should use onBlur)
Does anyone know of anything else to watch out for in the code? I can search for these things using DDSearch, but I want to make sure I'm looking for everything.